home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
Apps
/
Utilities
/
Unix
/
WhosOnFirst
/
WhosOnFirst.app
/
WhosOnFirst.nib
/
data.classes
next >
Wrap
Text File
|
1992-12-26
|
975b
|
74 lines
DefaultMgr = {
ACTIONS = {
};
OUTLETS = {
};
SUPERCLASS = Object;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
ProcessManager = {
ACTIONS = {
};
OUTLETS = {
myWindow;
myTextObject;
};
SUPERCLASS = Object;
};
NiftyMatrix = {
ACTIONS = {
};
OUTLETS = {
activeCell;
};
SUPERCLASS = Matrix;
};
IconView = {
SUPERCLASS = View;
};
myMainObject = {
ACTIONS = {
appDidInit:;
terminate:;
};
OUTLETS = {
iconWindow;
mySpeech;
owner;
iconMatrix;
scrollView;
icon;
localInfoMgr;
};
SUPERCLASS = Object;
};
InfoMgr = {
ACTIONS = {
switchViews:;
enableSpeech:;
};
OUTLETS = {
scrollView;
generalView;
TextToSpeechView;
mainObject;
speakLog;
LicenceView;
defaultManager;
speechControlView;
speakMessages;
doubleClickAction;
window;
iconInfoView;
speechView;
infoView;
confirmDoubleClick;
whenToSpeak;
};
SUPERCLASS = Object;
};